crypto/tls.ticketKey.hmacKey (field)
4 uses
crypto/tls (current package)
common.go#L919: hmacKey [16]byte
common.go#L934: copy(key.hmacKey[:], hashed[legacyTicketKeyNameLen+len(key.aesKey):])
ticket.go#L346: mac := hmac.New(sha256.New, key.hmacKey[:])
ticket.go#L381: mac := hmac.New(sha256.New, key.hmacKey[:])
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)